-
Notifications
You must be signed in to change notification settings - Fork 343
chore: Rename references to Storage Manager in docs to File Uploader #5697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
README.md
Outdated
| Geo (MapView) | ✅ | | | | | ||
| Account Settings | ✅ | | | | | ||
| Storage (StorageManager) | ✅ | | | | | ||
| Storage | ✅ | | | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Storage (StorageManager) | ✅ | | | | | |
| Storage | ✅ | | | | | |
| Storage (FileUploader) | ✅ | | | | | |
| Storage (StorageImage) | ✅ | | | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
title: File Uploader | ||
description: The File Uploader lets your users upload and manage files to the cloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: File Uploader | |
description: The File Uploader lets your users upload and manage files to the cloud. | |
title: FileUploader | |
description: The FileUploader lets your users upload and manage files in the cloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
{ | ||
source: '/react/connected-components/storage/storagemanager', | ||
destination: '/react/connected-components/storage/fileuploader', | ||
permanent: true, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this cover redirects from the primary docs that are linking to the existing StorageManager documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe so. This is the only endpoint linked in the primary docs. There is also a PR under review which updates the links to use the /fileuploader
endpoint instead: aws-amplify/docs#7921
docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx
Outdated
Show resolved
Hide resolved
…oader/index.page.mdx Co-authored-by: Caleb Pollman <[email protected]>
…oader/react.mdx Co-authored-by: Scott Rees <[email protected]>
…5697) * chore: rename references to Storage Manager in docs to File Uploader * chore: reverting reference to StorageManager in deprecated props section * chore: replacing /storagemanager with /fileuploader in test sitemap * chore: update Storage Manager reference in README * chore: removing references to not-yet-existing FileUploader component * chore: reverting references to storageManager icon * fix: fixing incorrect comma placement * chore: make references to Storage in GitHub guides more generic * chore: add redirect from storagemanager to fileuploader * chore: add informational alert that storage manager has been renamed file uploader * chore: moving warning to top of page and changing text * chore: update text of name change warning * chore: remove rename warning, move info alert to top of page * Update docs/src/pages/[platform]/connected-components/storage/fileuploader/index.page.mdx Co-authored-by: Caleb Pollman <[email protected]> * Update docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx Co-authored-by: Scott Rees <[email protected]> * chore: update rename alert text * chore: add storage component specificity to readme * chore: further update to alert text, breaking message into two paragraphs --------- Co-authored-by: Caleb Pollman <[email protected]> Co-authored-by: Scott Rees <[email protected]>
…5697) * chore: rename references to Storage Manager in docs to File Uploader * chore: reverting reference to StorageManager in deprecated props section * chore: replacing /storagemanager with /fileuploader in test sitemap * chore: update Storage Manager reference in README * chore: removing references to not-yet-existing FileUploader component * chore: reverting references to storageManager icon * fix: fixing incorrect comma placement * chore: make references to Storage in GitHub guides more generic * chore: add redirect from storagemanager to fileuploader * chore: add informational alert that storage manager has been renamed file uploader * chore: moving warning to top of page and changing text * chore: update text of name change warning * chore: remove rename warning, move info alert to top of page * Update docs/src/pages/[platform]/connected-components/storage/fileuploader/index.page.mdx Co-authored-by: Caleb Pollman <[email protected]> * Update docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx Co-authored-by: Scott Rees <[email protected]> * chore: update rename alert text * chore: add storage component specificity to readme * chore: further update to alert text, breaking message into two paragraphs --------- Co-authored-by: Caleb Pollman <[email protected]> Co-authored-by: Scott Rees <[email protected]>
Description of changes
To Do:
Note: theming, and
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.